Welcome![Sign In][Sign Up]
Location:
Search - web http

Search list

[SourceCodeHTTP服务器

Description: 计算机网络实验 web服务器 多线程web服务器服务器端程序
Platform: | Size: 452915 | Author: huiqidi | Hits:

[Sniffer Package capturewebsniff

Description: 监听分析HTTP数据包获取web用户密码的程序 -Monitor HTTP packets and Get the password of web user
Platform: | Size: 5120 | Author: 站长 | Hits:

[Internet-Network一个自定义Web服务器

Description: web服务器是一个功能比较齐全的WEB服务器程序,通过该程序能够让读者深入了解HTTP的实现机理;-web server is a more complete functional Web server, the program can give readers in-depth understanding of HTTP Implementation Mechanism;
Platform: | Size: 82944 | Author: 王兵 | Hits:

[Web Serverthttpd

Description: 一个linux下的小web服务器源码-of a small web server source
Platform: | Size: 169984 | Author: 阿飞 | Hits:

[Internet-Network使用HTTP协议将文件下载到Window

Description: 这是一个简单的小程序!可以实现用http协议将Web上的文件下载到本机的Windows文件夹!-This is a simple little procedure! Http can be used to achieve agreement on the Web to download the document for the Windows folder!
Platform: | Size: 83968 | Author: | Hits:

[Web ServerWEB服务器1

Description: 此源码为HTTP服务器源码,可提供HTTP 服务。-this source of the HTTP server source code available HTTP service.
Platform: | Size: 54272 | Author: 李洋 | Hits:

[Web Server用Java实现Web服务器

Description: 用Java实现Web服务器 本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接的socket字。-Java Web server is to achieve a GET request to the Web server, through the creation of ServerSocket class object, bugging port 8080; Wait, a client is connected to port 8080; Socket character creation and the associated input and output streams flow then read the client's request information, if the request is the type of GET, request information from being accessed visit HTML document, and if the HTML document exists, then open the HTML file, HTTP headers and HTML files through the socket sent back to the Web browser and then close the file. Otherwise, send the wrong message to the Web browser. Finally, the closing and the corresponding Web browser connected to the socket word.
Platform: | Size: 10240 | Author: 雨岳 | Hits:

[Process-ThreadwebHttp

Description: 简单的web http服务器程序,实现了上传和下载的功能,当然用了多线程,不过功能很简单,我也是从书上找的,不过调试了我半天时间-simple http web server, achieving upload and download functions, of course with a multithreaded, but functional is very simple, I also find books, but I debug a long time
Platform: | Size: 48128 | Author: 彭宇 | Hits:

[Web Serversimple-http-server

Description: 该工程实现了一个简单的http服务器,如果您想编写一个自己的web服务器,可以参考本程序。-the project to achieve a simple http server, if you want to prepare their own web server, the reference to the procedures.
Platform: | Size: 44032 | Author: 日出东方 | Hits:

[JSP/JavaJava2Web

Description: 用Java实现Web服务器连接:Web浏览器与Web服务器建立连接。2.请求:Web浏览器通过socket向Web服务器提交请求。3.应答:Web浏览器提交请求后,通过HTTP传送给Web服务器。Web服务器接到请求后,进行事务处理,处理结果又通过HTTP传回给Web浏览器,从而在Web浏览器上显示出所请求的页面。4.关系连接:当应答结束后,Web浏览器与Web服务器必须断开,以保证其它Web浏览器能够与Web服务器建立连接。-Java Web server : Web browsers and Web servers establish a connection. 2. Request : Web browser through the socket to the Web server submits the request. 3. Response : Web browser after the request, transmitted to the Web HTTP server. Web server upon request, conduct of business, and the results passed back to the traditional HTTP Web browser, so the Web browser will display the requested page. 4. Relations link : When respondents end, Web browser and Web server to be disconnected, to ensure that other Web browsers and Web servers to establish a connection.
Platform: | Size: 7168 | Author: LIYIN | Hits:

[P2PhttpTeste3r

Description: 测试http链接有效性,对给定的http协议的web网页测试其包含的链接的有效性,并统计-http link test validity the right to the web http protocol testing its website contains links to the validity and statistics
Platform: | Size: 63488 | Author: yjd | Hits:

[Embeded Linuxhttpd_c

Description: 网页的客户端开发,用于嵌入式web的客户端。-web client development for the embedded web client.
Platform: | Size: 22528 | Author: 雷雨 | Hits:

[Web ServerHTTP-vc6.0

Description: VC++6.0写的一个简单HTTP网络服务器.大家可以看看代码.了解HTTP服务器的工作原理-write a simple HTTP server network. We can look at the code. HTTP understanding The working principle server
Platform: | Size: 64512 | Author: 张宇 | Hits:

[Linux-Unixsimplehttpserver

Description: LINUX简单嵌入式Web服务器实验,希望对大家有用。-LINUX Embedded Web server simple experiment, we hope that the right useful.
Platform: | Size: 6144 | Author: 我哦我 | Hits:

[Internet-NetworkWebServer_src

Description: vc++ http web server 使用socket实现
Platform: | Size: 146432 | Author: | Hits:

[J2ME20080117j2me-http

Description: j2me的http应用实例,其中*.html文件要放在tomcat服务器安装目录下的./webapps/ROOT/test文件底下,这里必须装一个tomcat服务器,才可以运行结果.-j2me application examples of http, which*. html files need to be installed tomcat server directory./webapps/ROOT/test file under, where a tomcat server must be installed before they can run the results.
Platform: | Size: 3072 | Author: 蔡良达 | Hits:

[TCP/IP stackVC-HTTP-UPLOAD-FILE-TO-WEB-SERVER-GUORUAN.COM

Description: 非常牛的代码,用VC通过HTTP把文件直接传到WEB服务器上,可以在开发木马的朋友会用到。用的是MFC中的一个类,HTTP,分析SOCKET协议。模仿HTTP上传文件。通过80端口上传,可有效避开防火墙等。-Very cattle code, using VC files directly through HTTP to spread to WEB server, you can in the development of horse friends will be used. Using MFC in a class, HTTP, analysis SOCKET agreement. Mimic HTTP upload files. From the adoption of 80-port, which can effectively avoid the firewall.
Platform: | Size: 116736 | Author: 李茜 | Hits:

[Browser ClientHttp

Description: 简单的浏览器,即 web 客户端,是学习http协议的一个好的例子-Simple browser, that is, web client, is to learn http protocol a good example
Platform: | Size: 2016256 | Author: lin ai yu | Hits:

[Internet-NetworkHTTP

Description: 用C++实现的HTTP Web下载,两种方式实现: 1.WinInet(这种方式很简单,但不是很灵活) 2.WinSock(也就是Socket,这种方式有点繁琐,但是可以自定义发送HTTP的报文头和接收响应头,很灵活) 因作者编程水平有限,错误之处,在所难免,欢迎批评指正。 -Using C++ to achieve the HTTP Web download, the realization of two ways: 1.WinInet (in this way is very simple, but it is not very flexible) 2.WinSock (that is, Socket, in this way a bit tedious, but you can customize the report to send HTTP text first and receive the first response, it is flexible) due to limited programming author, wrong, the inevitable criticism welcome.
Platform: | Size: 6144 | Author: star | Hits:

[Embeded-SCM DevelopSTM32_ENC28J60

Description: STM32 web http 代码附上原理图,那位要用SMT32做开发的话,可以字节拿来修改。-STM32 web http code attached diagram, use SMT32 who do develop, you can modify the byte brought.
Platform: | Size: 2298880 | Author: wangjp | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net